From: Jason Rumney Date: Mon, 1 Mar 2004 22:45:47 +0000 (+0000) Subject: (w32_read_socket): Fix last change to ButtonPress handling. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23851 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3f22ae5a00bd0e1a7a489fd5c0829e399f19d33f;p=emacs.git (w32_read_socket): Fix last change to ButtonPress handling. --- diff --git a/src/w32term.c b/src/w32term.c index b9077a1e0b6..f69b0860bab 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -4394,7 +4394,7 @@ w32_read_socket (sd, expected, hold_quit) if (tool_bar_p || (dpyinfo->w32_focus_frame - && f == dpyinfo->w32_focus_frame)) + && f != dpyinfo->w32_focus_frame)) inev.kind = NO_EVENT; }